===========Any Simultaneous Equation Solver============

BY: JASON CHU

This program will SOLVE ANY SIMULTANEOUS EQUATION WITH ANY AMOUNT OF VARIABLES!!!  Of
course there is a limit to how many equations and variables, but that limit is the limit 
of your calculator.  Enter the amount of variables and the number of equations, then 
enter all the coefficients in HORIZONTALLY.  Make sure if you enter 1, 2, 3 for the 
coefficients of X, Y, and Z respectively, that you also enter the coefficients of the
second equation IN THE SAME EXACT ORDER!!!  Example below:

3X + 4Y + 9Z = 23
7X + 2Y + 5Z = 47
4X + 8Y + 3Z = 17

The order you would enter them into the program is this:

[3] [4] [9] [7] [2] [5] [4] [8] [3] 

(next screen)

[23] [47] [17]

Then your answer is this:

[1036/163]
[-238/163]
[177/163 ]

The solution therefore is:

X=1036/163
Y=-238/163
Z=177/163

Any question, problems or comments please email me at goldfinger41192@hotmail.com.